Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagListInputParams Class / TagListInputParams Constructor / TagListInputParams Constructor(TagListInputParamsTypeEnum,TagListInputParamsItem[])
The type of list input to use.
The collection of list items.

In This Topic
    TagListInputParams Constructor(TagListInputParamsTypeEnum,TagListInputParamsItem[])
    In This Topic
    Initializes a new instance of the TagListInputParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As TagListInputParamsTypeEnum, _
       ByVal ParamArray items() As TagListInputParamsItem _
    )
    public TagListInputParams( 
       TagListInputParamsTypeEnum type,
       params TagListInputParamsItem[] items
    )

    Parameters

    type
    The type of list input to use.
    items
    The collection of list items.
    See Also